home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 November
/
CPNL0711.ISO
/
boekhoud
/
finan
/
BADGER finance v1.0 beta 2.exe
/
xampplite
/
security
/
htdocs
/
index.php
< prev
next >
Wrap
PHP Script
|
2005-12-04
|
903b
|
25 lines
<?php
if (file_get_contents("lang.tmp") == "") {
header("Location: splash.php");
exit;
}
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<meta name="author" content="Kai Oswald Seidler, Kay Vogelgesang, Carsten Wiedmann">
<link rel="icon" href="img/xampp.ico">
<?php include "lang/".file_get_contents("lang.tmp").".php"; ?>
<title><?php echo $TEXT['global-xampp']; ?> <?php include '.version'; ?> | Security Section</title>
</head>
<frameset rows="68,*" border="0" framespacing="0">
<frame name="head" src="head.php" frameborder="0" scrolling="no">
<frameset cols="170,*" border="0" framespacing="0">
<frame name="navi" src="navi.php" frameborder="0" scrolling="auto">
<frame name="content" src="security.php" frameborder="0" marginwidth="20">
</frameset>
</frameset>
</html>